home *** CD-ROM | disk | FTP | other *** search
- ; Setup-NorthC within NorthC
- ;
- ; This command file sets up the environment as NorthC likes it,
-
- ; First assign a logical device "NorthC:", you will need to uncomment this
- ;line if the base NorthC directory is not the root directory of the NorthC:
- ;disk
- ;
- ;assign NorthC: df1:NorthC
-
- ;
- ; Now select one of the three command files to run depending on what we have
- ;in the system.
- ;
-
- ; NorthC is now on two disks so we must set up the INCLUDE dir
- setenv INCLUDE NorthC:include/
- ; If you have a single drive and no extra memory uncomment this line
- ; see "NorthC Examples:hello/hello.doc" for futher hints
- ;execute NorthC:Single-make
-
- ; If you have a single disk with 1Mbyte or more memory uncomment this line
- execute NorthC:Single-make
-
- ; If you have two floppies uncomment this line
- ;execute NorthC:Dual-disk
-
- ; If you have a hard disk you should work out how to set it up yourself
- ; this file will give you some hints
- ;execute NorthC:Hard-disk
-